Skip to content

feat: remove runtime dependency #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from

Conversation

dignifiedquire
Copy link
Member

@dignifiedquire dignifiedquire commented Dec 26, 2019

The runtime is only needed for tests. Once async-rs/async-std#647 is merged, this should allow for runtime agonstic usage, without enabling the async-std runtime.

@matklad
Copy link
Member

matklad commented Dec 26, 2019

Makes sense! In general, we only use async-std for a channel implementation, but we use a zero-capacity channel, and I think it might make sense to just hand-code the implementation here.

@ForsakenHarmony
Copy link

The requirement seems to have been merged, @dignifiedquire any chance you'll resolve the conflicts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants